.wellness {
  text-align: center;
}

.wellness img {
	width: 120px;
    height: 120px;
}

.wellness h2 {
  color: #9c2787 !important;
}

.wellness h3 {
	color: #606060;
}

.speaker-list-container {
  text-align: center;
}

.speaker-list {
  display: block;
  position: relative;
}

.speaker-list-container h2 {
  color:#9c2787;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
	.speaker-list-container h2 {
    	margin-top: 26px;
    }
}

.speaker-list-container p {
  margin-bottom: 32px !important;
}

.speaker-list img {
  max-width: 100%;
  float: none;
  padding: 0;
}

.icon-list {
  border: 1px solid #189B4A;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.icon-list > div {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:768px) {
  .icon-list > div {
    flex-direction: row;
  }
}

.icon-list img {
	max-width: 100%;
  margin: auto;
}

.icon-list img:nth-child(2) {
  margin: 8px;
}

.icon-holder {
  background:white;
  border-radius:50%;
  padding: 24px 16px;
}

@media screen and (max-width:767px) {
  .case-study-results {
  	padding-top: 0 !important;
  }
}

@media screen and (min-width:768px) {
  .icon-holder {
    padding: 4px 0;
  }
}

.white-line-vertical {
  width: 2px;
  border-right: 2px dashed white;
  height: 100%;
  margin: auto 0;
  display: none;
}

@media screen and (min-width:768px) {
  .white-line-vertical {
    display: block;
  }
}

.top-purple-line {
  position: relative;
}

.top-purple-line::after {
  background: #9C2787;
  content: '';
  height: 58px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  width: 2px;
  z-index: 3;
  top: 0;
  display: none;
}

@media screen and (min-width:768px) {
  .top-purple-line::after {
    display: block;
  }
}

.grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  padding: 32px 0 18px 0;
  column-gap: 40px;
}

.content {
  float: none !important;
}

form input[type=checkbox]:checked+label:after {
	top: 16px;
}

form input[type=checkbox]+label:before {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.col-2 {
  grid-template-columns: 1fr 1fr;
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.col-3 > div {
  display: flex;
  flex-direction: column;
}

.col-3 img {
  margin: 0 auto;
}

.col-3 h3 {
  text-align: center;
  margin: 2em 0;
}

.grid h2 {
  color: #9c2787;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 32px 0;
}

.case-studies h2 {
  color: #189b4a;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 32px 0;
}

.col-2 p {
  font-size: 1em;
  color: #333333;
  margin-bottom: 0;
}

.col-2 p:not(:last-child) {
  margin-bottom: 2em;
}

.grid > *:not(:last-child) {
  margin-bottom: 2em;
}

.banner-content > .wrapper > h1 {
  font-family: 'Montserrat';
  font-size: 36px;
}

.banner-content > .wrapper > h2 {
  line-height: 1.33;
  font-weight: 300;
  font-family: 'Montserrat';
  font-size: 20px;
}

main.full-width-content.green h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.75em;
  text-align: center;
}

.white-line-horizontal {
  width: 250px;
  height: 4px;
  background: white;
  margin: 32px auto;
}

.case-study-results h2 {
  color: #9c2787;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.grid-content p {
  margin: 0;
}

.signature {
  color: #189b4a;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}

.case-study .case-study-results .value {
  font-size: 3em;
  margin-bottom: 10px;
}

.case-study .case-study-results .label {
  text-align: center;
}

.purple h2 {
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.purple p {
  text-align: center;
}

.grey {
  background: #ededed;
  padding-top: 0;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.logos img {
  max-width: 150px;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
}

.articles h3 {
  color: white;
  text-align: center;
  margin: 1.5em 0;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 500;
}

.article {
  border: 3px solid #9c2787;
  background: #9c2787;
  margin-bottom: 1em;
}

.articles img {
  max-width: 100%;
}

.articles a {
  text-decoration: none;
}

form {
  display: flex;
  flex-direction: column;
}

.landing-form {
  font-family: 'Montserrat' !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
}

input[type='tel'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Montserrat' !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
  color: #172326;
  display: block;
  line-height: 1.6470588235em;
  height: 50px;
  margin: 0 0 16px;
  outline: 0;
  padding: 11px 10px;
  text-align: left;
  width: 100%;
}

input[type="tel"]::placeholder {
  font-size: 1em !important;
}

.landing-form--button {
  width: 100%;
  border-radius: 4px;
  margin-top: 0;
  font-weight: 400;
}

.landing-form--button:hover {
  border-color: #9c2787;
  color: #9c2787;
}

.dark-purple {
  background: #7b1b69;
  padding: 16px;
}

.case-study .case-study-results {
  padding-bottom: 1em;
}

.dark-purple .logos img {
  padding: 1em;
}

.slideshow {
  padding-bottom: 32px;
}

.brands h2,
.slideshow h2 {
  color: #9c2787;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 32px 0;
}

.brands {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brands img {
  max-width: 100%;
}

.brands img:first-of-type {
  margin-bottom: 1em;
}

footer {
  padding-bottom: 1.5em;
}

@media only screen and (min-width: 768px) {
  .articles {
    justify-content: center;
  }

  .slideshow {
    padding-top: 32px;
  }

  .dark-purple .logos img {
    padding: 0;
  }

  .dark-purple .logos {
    justify-content: space-between;
  }

  .grid {
    display: grid;
  }

  .grid > *:not(:last-child) {
    margin-bottom: 0;
  }

  .case-study-results .content.grid-wrapper {
    justify-content: center;
  }

  .tall {
    margin: 50px 0 !important;
  }

  .logos img {
    max-width: unset;
  }

  .grey {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 900px) {
  footer {
    padding-bottom: 4em;
  }

  .grid-content {
    max-width: 400px;
  }

  .articles {
    justify-content: space-between;
  }

  .slideshow {
    padding: 64px 0;
  }

  .grid-content:first-child {
    margin-right: 10px;
  }

  .grid-content:last-child {
    margin-left: 10px;
  }

  .grid-content {
    padding: 64px 20px 0 20px;
    justify-content: flex-start !important;
    height: 250px !important;
  }

  .case-study .case-study-results {
    padding-bottom: 3em;
  }

  .case-studies {
    padding: 3em 0;
  }
}
